Skip to content

Commit

Permalink
test: increate prover timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
antomor committed Sep 15, 2023
1 parent b10ee6c commit cc65634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/bin/prover/tests/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ async fn test_receiving_heartbeats() {
)
.fuse();
// We need to set an higher timeout value to avoid the test to fail
let timeout = tokio::time::sleep(Duration::from_secs(30)).fuse();
let timeout = tokio::time::sleep(Duration::from_secs(60)).fuse();

pin_mut!(prover_work_cycle, timeout);

Expand Down

0 comments on commit cc65634

Please sign in to comment.