Skip to content

Commit c44594f

Browse files
Sleep longer on the verifier; sometimes takes long
1 parent 26cb5c6 commit c44594f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tfb_toolset"
3-
version = "0.4.2"
3+
version = "0.4.3"
44
authors = ["Mike Smith", "Nate Brady"]
55
edition = "2018"
66

src/docker/container.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ pub fn start_verification_container(
372372

373373
let mut running = true;
374374
let mut slept = 0;
375-
let max_sleep = 10;
375+
let max_sleep = 60;
376376
while running && slept < max_sleep {
377377
let inspection = inspect_container(
378378
&container_id,

0 commit comments

Comments
 (0)