Decrease rlimit

This commit is contained in:
Leonardo Alt 2020-08-31 17:10:37 +02:00
parent 50e0ada77d
commit 7ca335adde

View File

@ -49,9 +49,7 @@ public:
// Z3 "basic resources" limit.
// This is used to make the runs more deterministic and platform/machine independent.
// The tests start failing for Z3 with less than 10000000,
// so using double that.
static int const resourceLimit = 20000000;
static int const resourceLimit = 12500000;
private:
void declareFunction(std::string const& _name, Sort const& _sort);