From 7ea559eb42864ce49078ff017e1a520c499f86fe Mon Sep 17 00:00:00 2001 From: Sofia Faro Date: Thu, 13 Jan 2022 14:26:26 +0000 Subject: [PATCH] Increase timeout on an integration-test query. 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 --- .../integration-tests/src/DA/Daml/Assistant/IntegrationTests.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daml-assistant/integration-tests/src/DA/Daml/Assistant/IntegrationTests.hs b/daml-assistant/integration-tests/src/DA/Daml/Assistant/IntegrationTests.hs index 5d55b8a678b3..002fc7c16c8a 100644 --- a/daml-assistant/integration-tests/src/DA/Daml/Assistant/IntegrationTests.hs +++ b/daml-assistant/integration-tests/src/DA/Daml/Assistant/IntegrationTests.hs @@ -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