gotest: increase the test timeout

The default test timeout duration of the gc compiler is 10 minutes,
and the current default timeout duration of gofrontend is 240 seconds,
which is not long enough for some big tests. This CL changes it to
600s, so that all tests have enough time to complete.

Change-Id: Icdb5b814324d8fd922b4f12182195601f1aadf1c
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/229657
Reviewed-by: Ian Lance Taylor <iant@golang.org>
1 file changed