Skip to content

Commit 771c478

Browse files
it is even slower on travis
1 parent 4f34ee3 commit 771c478

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/runtests.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ end
6666
t = @elapsed for i = 1:10
6767
@Test.test fp(i) == i
6868
end
69-
@Test.test t < 2. # this is slow under 1.0
69+
@Test.test t < 4. # this is slow under 1.0
7070

7171
d = Dict(zip([1, 2], [3, 4]))
7272
for i = 1:2
@@ -84,7 +84,7 @@ end
8484
d = Dict(zip([1, 2], [i, i + 1]))
8585
@Test.test fp(d) == d
8686
end
87-
@Test.test t < 2. # this is slow under 1.0
87+
@Test.test t < 4. # this is slow under 1.0
8888

8989
v = zeros(10)
9090
for i = 1:2
@@ -102,7 +102,7 @@ end
102102
v = i * ones(10)
103103
@Test.test fp(v) == v
104104
end
105-
@Test.test t < 2. # this is slow under 1.0
105+
@Test.test t < 4. # this is slow under 1.0
106106
end
107107

108108
if isdir(restartdir)

0 commit comments

Comments
 (0)