Skip to content

Commit

Permalink
test/e2e: increase hermes timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
tzemanovic committed Sep 27, 2024
1 parent 39f15e6 commit 4087f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/tests/src/e2e/setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1230,7 +1230,7 @@ pub fn setup_hermes(test_a: &Test, test_b: &Test) -> Result<()> {
"--key-file",
&key_file_path.to_string_lossy(),
];
let mut hermes = run_hermes_cmd(test, args, Some(10))?;
let mut hermes = run_hermes_cmd(test, args, Some(20))?;
hermes.assert_success();
}

Expand Down

0 comments on commit 4087f4a

Please sign in to comment.