Skip to content

Commit e3690c5

Browse files
authored
Merge pull request #1711 from lightninglabs/itest-rpc-timeout
itest: increase proof courier timeout
2 parents ecc256d + ea10566 commit e3690c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

itest/tapd_harness.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ func newTapdHarness(t *testing.T, ht *harnessTest, cfg tapdConfig,
274274
}
275275
finalCfg.UniverseRpcCourier = &proof.UniverseRpcCourierCfg{
276276
BackoffCfg: &universeRpcBackoffCfg,
277-
ServiceRequestTimeout: 50 * time.Millisecond,
277+
ServiceRequestTimeout: 5 * time.Second,
278278
}
279279

280280
switch typedProofCourier := (opts.proofCourier).(type) {

0 commit comments

Comments
 (0)