Skip to content

Commit

Permalink
ci(debug): debug failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
antomor committed Sep 14, 2023
1 parent 952dc81 commit 6a29659
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/bin/prover/tests/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,8 @@ async fn test_receiving_heartbeats() {
&prover_name,
)
.fuse();
let timeout = tokio::time::sleep(Duration::from_secs(10)).fuse();
// FIXME: reset the timeout option
let timeout = tokio::time::sleep(Duration::from_secs(30)).fuse();

pin_mut!(prover_work_cycle, timeout);

Expand Down

0 comments on commit 6a29659

Please sign in to comment.