Skip to content

Commit

Permalink
itest: configure timeout for tapd harness universe courier service
Browse files Browse the repository at this point in the history
Set the request timeout for the tapd harness universe courier service
to an appropriate value to ensure tests pass consistently.
  • Loading branch information
ffranr committed Nov 19, 2024
1 parent b27c9b3 commit c3e2b05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion itest/tapd_harness.go
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,8 @@ func newTapdHarness(t *testing.T, ht *harnessTest, cfg tapdConfig,
BackoffCfg: &hashmailBackoffCfg,
}
finalCfg.UniverseRpcCourier = &proof.UniverseRpcCourierCfg{
BackoffCfg: &universeRpcBackoffCfg,
BackoffCfg: &universeRpcBackoffCfg,
ServiceRequestTimeout: 2 * time.Second,
}

switch typedProofCourier := (opts.proofCourier).(type) {
Expand Down

0 comments on commit c3e2b05

Please sign in to comment.