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 a1adb60 commit e0aa341
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 e0aa341

Please sign in to comment.