Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Commit

Permalink
✅ increase wait
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed May 16, 2018
1 parent 2b14f2d commit 448cd62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ fn can_build_job_with_delay() {
.unwrap();

// wait for test disabling the job to be done
thread::sleep(time::Duration::from_secs(2));
thread::sleep(time::Duration::from_secs(5));

let triggered = jenkins
.job_builder("normal job")
Expand Down

0 comments on commit 448cd62

Please sign in to comment.