Skip to content

Commit 3ea2691

Browse files
committed
Change upload test's latency to 3 seconds
1 parent 3141992 commit 3ea2691

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

tests/integration/tests/upload/Main.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ withFakeHackage act = do
2828
-- Start the fake server
2929
withCreateProcess (proc stackEnv $ withNetworkArgs ++ ["FakeHackage.hs"]) $ \_ _ _ _ -> do
3030
-- Wait for the fake server to start accepting requests
31-
threadDelay 2000000
31+
threadDelay 3000000
3232
act
3333
where
3434
withNetworkArgs = ["runghc", "--package", "network"]
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
11
resolver: lts-22.6
2-
3-
packages:
4-
- .
5-
62
hackage-base-url: http://localhost:12415/

0 commit comments

Comments
 (0)