mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
use this_thread::sleep_for instead of sleep
This commit is contained in:
parent
182b2a6219
commit
6a146f727b
@ -289,7 +289,7 @@ void doBlockchainTests(json_spirit::mValue& _v, bool _fillin)
|
||||
state = stateTemp; //revert state as if it was before executing this block
|
||||
}
|
||||
blArray.push_back(blObj);
|
||||
sleep(1);
|
||||
this_thread::sleep_for(chrono::seconds(1));
|
||||
} //for blocks
|
||||
|
||||
if (o.count("expect") > 0)
|
||||
|
Loading…
Reference in New Issue
Block a user