mirror of
https://github.com/Relintai/regression-test-project.git
synced 2024-11-14 10:27:53 +01:00
More time by default
This commit is contained in:
parent
a2b88e8b86
commit
931c524e91
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user