Skip to content

Commit

Permalink
Change time limit on flock test
Browse files Browse the repository at this point in the history
  • Loading branch information
maciektr committed Jan 15, 2025
1 parent 37b6127 commit 28ebafe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scarb/tests/flock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use scarb_test_support::command::Scarb;
use scarb_test_support::project_builder::ProjectBuilder;

#[test]
#[timeout(180_000)]
#[timeout(360_000)]
fn locking_build_artifacts() {
let t = assert_fs::TempDir::new().unwrap();
ProjectBuilder::start()
Expand Down

0 comments on commit 28ebafe

Please sign in to comment.