Skip to content

Commit

Permalink
chore(ci): increase restore test deadline
Browse files Browse the repository at this point in the history
  • Loading branch information
dpc committed Nov 16, 2024
1 parent 2b0378e commit 1b90f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devimint/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ pub async fn latency_tests(
if crate::util::is_backwards_compatibility_test() {
assert!(restore_time < Duration::from_secs(160));
} else {
assert!(restore_time < Duration::from_secs(15));
assert!(restore_time < Duration::from_secs(30));
}
}
}
Expand Down

0 comments on commit 1b90f79

Please sign in to comment.