Skip to content

Commit

Permalink
Bump extractor init timeout to 60s (#11598)
Browse files Browse the repository at this point in the history
I’ve seen this timeout at 30s on CI under load.

changelog_begin
changelog_end
  • Loading branch information
cocreature authored Nov 9, 2021
1 parent 1e0a221 commit f722cf1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ trait ExtractorFixture extends SandboxParticipantFixture with PostgresAroundSuit
try {
val (dar, _) = readDar(darFile)
val result = participantClients().flatMap(run(_, init, dar = dar)(ec))(ec)
val _ = Await.result(result, atMost = 30.seconds)
val _ = Await.result(result, atMost = 60.seconds)
} finally {
ec.shutdown()
}
Expand Down

0 comments on commit f722cf1

Please sign in to comment.