Skip to content

Commit

Permalink
Change time limit on flock test (#1884)
Browse files Browse the repository at this point in the history
  • Loading branch information
maciektr authored Jan 15, 2025
1 parent aa6de13 commit 3906236
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 3906236

Please sign in to comment.