The timeout seems to be quite bit for a simple test benchmarks
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Wed, 12 Dec 2012 19:37:16 +0100
branchbenchmarks
changeset 3125a053b8f40ad
parent 311 84c05018e079
child 313 398110b3eee6
The timeout seems to be quite bit for a simple test
benchmarks/matrix-multiplication/pom.xml
     1.1 --- a/benchmarks/matrix-multiplication/pom.xml	Wed Dec 12 18:18:07 2012 +0100
     1.2 +++ b/benchmarks/matrix-multiplication/pom.xml	Wed Dec 12 19:37:16 2012 +0100
     1.3 @@ -59,7 +59,7 @@
     1.4              <configuration>
     1.5                  <port>9876</port>
     1.6                  <browser>${bck2brwsr.runBenchmarks.browsers}</browser>
     1.7 -                <browserTimeout>720</browserTimeout>
     1.8 +                <browserTimeout>40</browserTimeout>
     1.9                  <tests>all</tests>
    1.10                  <config>jsTestDriver.conf</config>
    1.11                  <reset>true</reset>