]> Cypherpunks repositories - gostls13.git/commit
misc/ios: use the default go test timeout
authorElias Naur <elias.naur@gmail.com>
Wed, 1 Feb 2017 11:28:47 +0000 (12:28 +0100)
committerElias Naur <elias.naur@gmail.com>
Wed, 1 Feb 2017 22:09:48 +0000 (22:09 +0000)
commit90de5e817c257ffea8dbba12a9f012e22b8c0c7c
treea654f59024ec88fb2530b2d25b46a41be1ddb334
parent7ef746961cec772635b83553fec6836956387954
misc/ios: use the default go test timeout

If -test.timeout is not specified to go test, it will time out after
a default 10 minutes.

The iOS exec wrapper also contains a fail safe timeout mechanism for
a stuck device. However, if no explicit -test.timeout is specified,
it will use a timeout of 0, plus some constant amount.

Use the same default timeout in the exec wrapper as for go test,
10 minutes.

Change-Id: I6465ccd9f7b9ce08fa302e6697f7938a0ea9af34
Reviewed-on: https://go-review.googlesource.com/36062
Reviewed-by: David Crawshaw <crawshaw@golang.org>
Run-TryBot: Elias Naur <elias.naur@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
misc/ios/go_darwin_arm_exec.go