aboutsummaryrefslogtreecommitdiff
path: root/src/math
diff options
context:
space:
mode:
Diffstat (limited to 'src/math')
-rw-r--r--src/math/big/rat_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/big/rat_test.go b/src/math/big/rat_test.go
index e16ee5ef20..afda68658f 100644
--- a/src/math/big/rat_test.go
+++ b/src/math/big/rat_test.go
@@ -383,7 +383,7 @@ func TestFloat32Distribution(t *testing.T) {
11,
}
var winc, einc = uint64(5), 15 // quick test (~60ms on x86-64)
- if testing.Short() {
+ if *long {
winc, einc = uint64(1), 1 // soak test (~1.5s on x86-64)
}