Skip to content

Commit e957aa6

Browse files
committed
increase sleep
1 parent 61c04f7 commit e957aa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codeflash/optimization/function_optimizer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ def determine_best_candidate(
407407
except IndexError:
408408
if done:
409409
break
410-
time.sleep(0.001) #sleep for 1millisecond
410+
time.sleep(0.1)
411411
continue
412412
candidate_index += 1
413413
get_run_tmp_file(Path(f"test_return_values_{candidate_index}.bin")).unlink(missing_ok=True)

0 commit comments

Comments
 (0)