go/src/time
Bryan C. Mills 4c58d6bf52 time: increase arbitrary upper bound in TestReset to 10s
The previous upper bound was around 0.375 s, which is empirically
too short on a slow, heavily-loaded builder. Since the test doesn't
seem to depend on the actual duration in any meaningful way, let's
make it several orders of magnitude larger.

Fixes #61266.

Change-Id: I6dde5e174966ee385db67e3cb87334f463c7e597
Reviewed-on: https://go-review.googlesource.com/c/go/+/508695
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Bryan Mills <bcmills@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
2023-07-11 13:19:40 +00:00
..
testdata
tzdata
embed.go
example_test.go
export_android_test.go
export_test.go
export_windows_test.go
format.go src: rename unexported errors by adding prefix err 2023-02-16 23:09:19 +00:00
format_rfc3339.go
format_test.go
genzabbrs.go time: update windows zoneinfo_abbrs 2023-05-12 20:01:59 +00:00
internal_test.go
mono_test.go
sleep.go
sleep_test.go time: increase arbitrary upper bound in TestReset to 10s 2023-07-11 13:19:40 +00:00
sys_plan9.go
sys_unix.go time: add wasip1 support 2023-04-11 20:56:10 +00:00
sys_windows.go
tick.go
tick_test.go
time.go
time_test.go time: fix timezone lookup logic for non-DST zones 2023-03-13 17:06:56 +00:00
tzdata_test.go
zoneinfo.go time: fix timezone lookup logic for non-DST zones 2023-03-13 17:06:56 +00:00
zoneinfo_abbrs_windows.go time: update windows zoneinfo_abbrs 2023-05-12 20:01:59 +00:00
zoneinfo_android.go
zoneinfo_android_test.go
zoneinfo_goroot.go
zoneinfo_ios.go
zoneinfo_js.go
zoneinfo_plan9.go src: rename unexported errors by adding prefix err 2023-02-16 23:09:19 +00:00
zoneinfo_read.go time: fix timezone lookup logic for non-DST zones 2023-03-13 17:06:56 +00:00
zoneinfo_test.go time: fix timezone lookup logic for non-DST zones 2023-03-13 17:06:56 +00:00
zoneinfo_unix.go time: add /etc/zoneinfo as valid path for tzdata for NixOS 2023-02-04 02:26:55 +00:00
zoneinfo_unix_test.go
zoneinfo_wasip1.go time: add wasip1 support 2023-04-11 20:56:10 +00:00
zoneinfo_windows.go
zoneinfo_windows_test.go