Skip to content

Commit 4d410e6

Browse files
committed
debugging
1 parent 416ea48 commit 4d410e6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

tests/api/controllers/robot_window_html/robot_window_html.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ int main(int argc, char **argv) {
2323
}
2424
}
2525

26+
printf("CONFIGURED!!!!\n");
27+
2628
while (!received) { // receive message sent by Webots.
2729
wb_robot_step(TIME_STEP);
2830
const char *test_message;

tests/default/controllers/test_suite_supervisor/test_suite_supervisor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ def run(self):
239239
receiver.enable(basicTimeStep)
240240

241241
# 30 seconds before executing the next world, 60 seconds for the robot_window_html test
242-
delay = 60 if self.currentSimulationFilename.endswith('/robot_window_html.wbt') else 30
242+
delay = 120 if self.currentSimulationFilename.endswith('/robot_window_html.wbt') else 30
243243
if sys.platform == "darwin":
244244
# Longer timeout on MacOS because Webots takes longer to start there during CI.
245245
delay *= 10

0 commit comments

Comments
 (0)