mirror of
https://github.com/Z3Prover/z3
synced 2026-03-17 18:43:45 +00:00
Fixing power introduction
This commit is contained in:
parent
e1cf20f9bd
commit
32a09859e3
4 changed files with 142 additions and 99 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue