]> Cypherpunks repositories - gostls13.git/commit
build: give windows builders extra time for tests
authorRuss Cox <rsc@golang.org>
Sat, 28 Feb 2015 22:23:32 +0000 (17:23 -0500)
committerRuss Cox <rsc@golang.org>
Sun, 1 Mar 2015 00:38:53 +0000 (00:38 +0000)
commit0aac9bb82d9cbc34fa723fc653c6659ed48da772
tree59f644310459a85c2b14b7b360fd65326248a85a
parent4734464a140b997fd85b636a66bfa6cd1079e0a1
build: give windows builders extra time for tests

In the tests, the runtime test fails after 2 minutes.
On an unloaded VM it only takes 45 seconds.
I think the difference is all the other build work going on
simultaneously with the running of the runtime test.

Change-Id: I41e95d2e4daea44ceaa8505f81aa7b5bcfa9ec77
Reviewed-on: https://go-review.googlesource.com/6364
Reviewed-by: David Crawshaw <crawshaw@golang.org>
Reviewed-by: Minux Ma <minux@golang.org>
Reviewed-by: Alex Brainman <alex.brainman@gmail.com>
src/run.bat