Skip to content

Commit c16a429

Browse files
authored
Merge pull request #834 from AdrianBunk/master
Increase a test timeout
2 parents acf29a3 + abafe4d commit c16a429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests-stdlib/test_API_env.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ Elpi Query lp:{{
340340
coq.locate "Ranalysis5.derivable_pt_lim_CVU" GR,
341341
std.time (coq.env.transitive-dependencies GR _ S) T,
342342
std.assert! ({coq.gref.set.cardinal S} > 3000) "too few",
343-
std.assert! (T < 10.0) "too slow" % 0.5 here
343+
std.assert! (T < 20.0) "too slow" % 0.5 here
344344

345345
}}.
346346

0 commit comments

Comments
 (0)