Skip to content

Commit 7f71630

Browse files
authored
Increase timeout on flock test (#1331)
commit-id:84dfc333 --- **Stack**: - #1329 - #1330 - #1331⚠️ *Part of a stack created by [spr](https://github.com/ejoffe/spr). Do not merge manually using the UI - doing so may have unexpected results.*
1 parent cf698d4 commit 7f71630

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(60_000)]
15+
#[timeout(180_000)]
1616
fn locking_build_artifacts() {
1717
let t = assert_fs::TempDir::new().unwrap();
1818
ProjectBuilder::start()

0 commit comments

Comments
 (0)