Skip to content

Commit

Permalink
try raising the timeout for nri-kafka
Browse files Browse the repository at this point in the history
  • Loading branch information
omnibs committed Feb 6, 2025
1 parent 4a06386 commit f63a71b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nri-kafka/test/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ import qualified Test
import qualified Prelude

main :: Prelude.IO ()
main = Test.run tests
main = do
-- macos runners seem to be slow and fail on several kafka integration tests
System.Environment.setEnv "NRI_TEST_TIMEOUT" 20_000
Test.run tests

tests :: Test.Test
tests =
Expand Down

0 comments on commit f63a71b

Please sign in to comment.