Skip to content

Commit 0bfa5fe

Browse files
committed
DO REVERT--try higher timeout just to see
1 parent 0cc7497 commit 0bfa5fe

File tree

1 file changed

+1
-1
lines changed
  • zkstack_cli/crates/zkstack/src/commands/dev/commands/test

1 file changed

+1
-1
lines changed

zkstack_cli/crates/zkstack/src/commands/dev/commands/test/integration.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ impl<'a> IntegrationTestRunner<'a> {
3030
shell,
3131
no_deps,
3232
ecosystem_config,
33-
test_timeout: Duration::from_secs(timeout.unwrap_or(600)), // See jest.config.json
33+
test_timeout: Duration::from_secs(timeout.unwrap_or(1200)), // See jest.config.json
3434
test_suites: vec![],
3535
test_pattern: None,
3636
second_chain: None,

0 commit comments

Comments
 (0)