3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-03-17 18:43:45 +00:00

Fixing power introduction

This commit is contained in:
CEisenhofer 2026-03-09 15:03:26 +01:00
parent e1cf20f9bd
commit 32a09859e3
4 changed files with 142 additions and 99 deletions

View file

@ -175,7 +175,7 @@ struct nseq_fixture {
euf::snode* R(const char* s) { return rb.parse(s); }
};
static constexpr int TEST_TIMEOUT_SEC = 10;
static constexpr int TEST_TIMEOUT_SEC = 2;
static void set_timeout(nseq_fixture& f) {
auto start = std::chrono::steady_clock::now();