Increase the timeout of one of the perf-tests
parent
4de2862a04
commit
698356a880
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue