Skip to content

Commit

Permalink
startUpDelay = 6s
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Stachyra committed Apr 14, 2019
1 parent 008361c commit 9261b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/Main.hs
Expand Up @@ -32,7 +32,7 @@ main = do
describe "Wallets API endpoint tests" Wallets.spec
where
startUpDelay :: Int
startUpDelay = 4 * 1000 * 1000 -- 4 seconds in milliseconds
startUpDelay = 6 * 1000 * 1000 -- 6 seconds in milliseconds

-- Run a local cluster of cardano-sl nodes, a cardano-http-bridge on top and
-- a cardano wallet server connected to the bridge.
Expand Down

0 comments on commit 9261b72

Please sign in to comment.