mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Decrease rlimit
This commit is contained in:
parent
50e0ada77d
commit
7ca335adde
@ -49,9 +49,7 @@ public:
|
|||||||
|
|
||||||
// Z3 "basic resources" limit.
|
// Z3 "basic resources" limit.
|
||||||
// This is used to make the runs more deterministic and platform/machine independent.
|
// This is used to make the runs more deterministic and platform/machine independent.
|
||||||
// The tests start failing for Z3 with less than 10000000,
|
static int const resourceLimit = 12500000;
|
||||||
// so using double that.
|
|
||||||
static int const resourceLimit = 20000000;
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void declareFunction(std::string const& _name, Sort const& _sort);
|
void declareFunction(std::string const& _name, Sort const& _sort);
|
||||||
|
Loading…
Reference in New Issue
Block a user