We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
upload
1 parent 3141992 commit 3ea2691Copy full SHA for 3ea2691
tests/integration/tests/upload/Main.hs
@@ -28,7 +28,7 @@ withFakeHackage act = do
28
-- Start the fake server
29
withCreateProcess (proc stackEnv $ withNetworkArgs ++ ["FakeHackage.hs"]) $ \_ _ _ _ -> do
30
-- Wait for the fake server to start accepting requests
31
- threadDelay 2000000
+ threadDelay 3000000
32
act
33
where
34
withNetworkArgs = ["runghc", "--package", "network"]
tests/integration/tests/upload/files/stack.yaml
@@ -1,6 +1,2 @@
1
resolver: lts-22.6
2
-
3
-packages:
4
-- .
5
6
hackage-base-url: http://localhost:12415/
0 commit comments