Skip to content

Commit

Permalink
Increase timeout on an integration-test query. (#12399)
Browse files Browse the repository at this point in the history
For some reason this timeout was half as long as the others.
So let's try just increasing this one for now.

changelog_begin
changelog_end
  • Loading branch information
sofiafaro-da authored Jan 13, 2022
1 parent 846bc38 commit c027a61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ damlStart tmpDir withCantonSandbox = do
outReader <- forkIO $ forever $ do
line <- hGetLine startStdout
atomically $ writeTChan outChan line
waitForHttpServer 120 startPh
waitForHttpServer 240 startPh
(threadDelay 500000)
("http://localhost:" <> show jsonApiPort <> "/v1/query")
(authorizationHeaders "Alice") -- dummy party here, not important
Expand Down

0 comments on commit c027a61

Please sign in to comment.