Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{-# LANGUAGE NumericUnderscores #-}

import Control.Concurrent

import StackTest
Expand Down Expand Up @@ -28,7 +30,7 @@ withFakeHackage act = do
-- Start the fake server
withCreateProcess (proc stackEnv $ withNetworkArgs ++ ["FakeHackage.hs"]) $ \_ _ _ _ -> do
-- Wait for the fake server to start accepting requests
threadDelay 3000000
threadDelay 10_000_000
act
where
withNetworkArgs = ["runghc", "--package", "network"]
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
gpg
1 change: 0 additions & 1 deletion tests/integration/tests/upload/files/gpg-disabled/gpg2

This file was deleted.