Increase the timeout of one of the perf-tests

remotes/felixonmars/release
Lennart Spitzner 2019-07-05 19:45:27 +02:00
parent 4de2862a04
commit 698356a880
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ import TestUtils
asymptoticPerfTest :: Spec asymptoticPerfTest :: Spec
asymptoticPerfTest = do asymptoticPerfTest = do
it "1000 do statements" it "1000 do statements"
$ roundTripEqualWithTimeout 1000000 $ roundTripEqualWithTimeout 1500000
$ (Text.pack "func = do\n") $ (Text.pack "func = do\n")
<> Text.replicate 1000 (Text.pack " statement\n") <> Text.replicate 1000 (Text.pack " statement\n")
it "1000 do nestings" it "1000 do nestings"