More time by default

This commit is contained in:
Rafał Mikrut 2021-02-09 18:59:34 +01:00
parent a2b88e8b86
commit 931c524e91

View File

@ -8,7 +8,7 @@ var last_time : int
const PRINT_TIME_EVERY_MILISECONDS : int = 5000 const PRINT_TIME_EVERY_MILISECONDS : int = 5000
var time_to_print_next_time : int = PRINT_TIME_EVERY_MILISECONDS var time_to_print_next_time : int = PRINT_TIME_EVERY_MILISECONDS
var time_to_show: int = 15 * 1000 # How long test works in miliseconds var time_to_show: int = 30 * 1000 # How long test works in miliseconds
var time_for_each_step : int = -1 var time_for_each_step : int = -1