mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-22 17:37:39 +00:00
rulegen:: tests:: disable timeout on iterate and irradiate
This commit is contained in:
@@ -125,6 +125,7 @@ void cleanup_protomap() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void iterate(int qty) {
|
void iterate(int qty) {
|
||||||
|
dynamicval<int> set_timeout(rulegen_timeout, 999999);
|
||||||
for(int i=0; i<qty; i++) {
|
for(int i=0; i<qty; i++) {
|
||||||
try {
|
try {
|
||||||
rules_iteration();
|
rules_iteration();
|
||||||
@@ -148,6 +149,7 @@ void iterate(int qty) {
|
|||||||
void print_rules();
|
void print_rules();
|
||||||
|
|
||||||
void irradiate() {
|
void irradiate() {
|
||||||
|
dynamicval<int> set_timeout(rulegen_timeout, 999999);
|
||||||
try{
|
try{
|
||||||
vector<tcell*> last;
|
vector<tcell*> last;
|
||||||
auto *c = first_tcell;
|
auto *c = first_tcell;
|
||||||
|
Reference in New Issue
Block a user