Skip to content

Commit 20c4d28

Browse files
committed
wip(e2e): avoid early timeouts
1 parent d713d2d commit 20c4d28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • mithril-test-lab/mithril-end-to-end/src/toolkit/check

mithril-test-lab/mithril-end-to-end/src/toolkit/check/utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ where
7474
}
7575
}
7676

77-
match attempt!(20, context.tenth_epoch_delay(), {
77+
match attempt!(1000, context.tenth_epoch_delay(), {
7878
fetch_last_artifact(artifact_name, url.clone()).await
7979
}, until &condition) {
8080
AttemptResult::Ok(last_artifact) => {

0 commit comments

Comments
 (0)