Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase timeout in test that takes a bit longer on riscv64 #576

Open
SnarkBoojum opened this issue Jan 24, 2024 · 0 comments
Open

Increase timeout in test that takes a bit longer on riscv64 #576

SnarkBoojum opened this issue Jan 24, 2024 · 0 comments

Comments

@SnarkBoojum
Copy link

Stéphane Glondu noticed a failure for the Debian coq-elpi package on the riscv64 architecture, and added this patch to get around it:

diff --git a/tests/test_API_env.v b/tests/test_API_env.v
index 341b55f..5a37537 100644
--- a/tests/test_API_env.v
+++ b/tests/test_API_env.v
@@ -340,7 +340,7 @@ Elpi Query lp:{{
   coq.locate "Ranalysis5.derivable_pt_lim_CVU" GR,
   std.time (coq.env.transitive-dependencies GR _ S) T,
   std.assert! ({coq.gref.set.cardinal S} > 3000) "too few",
-  std.assert! (T < 10.0) "too slow" % 0.5 here
+  std.assert! (T < 20.0) "too slow" % 0.5 here
 
 }}.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant