Skip to content

Commit

Permalink
Add general timeout to all post processing tests (#700)
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnbastiaan authored Dec 12, 2024
1 parent f7a8a5f commit 2780cfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bittide-instances/exe/post-dna-over-serial/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ case_dnaOverSerial = do
pure match

main :: IO ()
main = withArgs [] $defaultMainGenerator
main = withArgs ["--timeout", "2m"] $defaultMainGenerator
2 changes: 1 addition & 1 deletion bittide-instances/exe/post-vex-riscv-tcp-test/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -199,4 +199,4 @@ runTcpTest (sock, sockAddr) = do
(BS.replicate (BS.length bs) 0x00)

main :: IO ()
main = withArgs [] $defaultMainGenerator
main = withArgs ["--timeout", "2m"] $defaultMainGenerator

0 comments on commit 2780cfb

Please sign in to comment.