Skip to content

Commit

Permalink
itest: increase defaultProofTransferReceiverAckTimeout for passing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ffranr committed Nov 19, 2024
1 parent 973b053 commit a1adb60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion itest/tapd_harness.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const (
// defaultProofTransferReceiverAckTimeout is the default itest specific
// timeout we'll use for waiting for a receiver to acknowledge a proof
// transfer.
defaultProofTransferReceiverAckTimeout = 500 * time.Millisecond
defaultProofTransferReceiverAckTimeout = 5 * time.Second
)

// tapdHarness is a test harness that holds everything that is needed to
Expand Down

0 comments on commit a1adb60

Please sign in to comment.