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 21, 2024
1 parent 78f7291 commit 771864d
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: 50 * time.Millisecond,
}

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

0 comments on commit 771864d

Please sign in to comment.