We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cc7497 commit 0bfa5feCopy full SHA for 0bfa5fe
zkstack_cli/crates/zkstack/src/commands/dev/commands/test/integration.rs
@@ -30,7 +30,7 @@ impl<'a> IntegrationTestRunner<'a> {
30
shell,
31
no_deps,
32
ecosystem_config,
33
- test_timeout: Duration::from_secs(timeout.unwrap_or(600)), // See jest.config.json
+ test_timeout: Duration::from_secs(timeout.unwrap_or(1200)), // See jest.config.json
34
test_suites: vec![],
35
test_pattern: None,
36
second_chain: None,
0 commit comments