We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac9aab9 commit 21e8d67Copy full SHA for 21e8d67
forc/tests/cli_integration.rs
@@ -2,7 +2,7 @@ use std::path::PathBuf;
2
3
use rexpect::spawn;
4
5
-const TIMEOUT_MS: u64 = 100000;
+const TIMEOUT_MS: u64 = 300000;
6
7
fn test_fixtures_path() -> PathBuf {
8
PathBuf::from(env!("CARGO_MANIFEST_DIR"))
0 commit comments