Skip to content

Commit 0d6967f

Browse files
committed
reset max_wait to shorter timeout
1 parent aa4022b commit 0d6967f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/functional/tc_child_scene_event_propagation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from scene_common.timestamp import get_iso_time
2020

2121
FRAME_RATE = 10
22-
MAX_WAIT = 60
22+
MAX_WAIT = 3
2323
NUM_PUBLISH_ITERATIONS = 3
2424
PERSON = "person"
2525
REGION = "region"

0 commit comments

Comments
 (0)