Skip to content

Commit 3906236

Browse files
authored
Change time limit on flock test (#1884)
1 parent aa6de13 commit 3906236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scarb/tests/flock.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ use scarb_test_support::command::Scarb;
1212
use scarb_test_support::project_builder::ProjectBuilder;
1313

1414
#[test]
15-
#[timeout(180_000)]
15+
#[timeout(360_000)]
1616
fn locking_build_artifacts() {
1717
let t = assert_fs::TempDir::new().unwrap();
1818
ProjectBuilder::start()

0 commit comments

Comments
 (0)