Skip to content

Commit 17280bd

Browse files
committed
chore: add msg to troubleshoot ci flakiness
1 parent affc2d6 commit 17280bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dfx/src/util/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,6 +549,6 @@ mod tests {
549549
.unwrap()
550550
.block_on(download_file(&url));
551551
let time1 = std::time::Instant::now();
552-
assert!(time1 - time0 < std::time::Duration::from_secs(61));
552+
assert!(time1 - time0 < std::time::Duration::from_secs(61), "Failed after {}", time1 - time0);
553553
}
554554
}

0 commit comments

Comments
 (0)