Skip to content

Commit 6684f7c

Browse files
committed
Revert "debugging"
This reverts commit eb14586.
1 parent 810d447 commit 6684f7c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

tests/api/controllers/robot_window_html/robot_window_html.c

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

24-
printf("CONFIGURED!!!!\n");
25-
2624
const char *test_message;
2725
for (;;) { // receive message sent by Webots.
2826
wb_robot_step(TIME_STEP);

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 = 120 if self.currentSimulationFilename.endswith('/robot_window_html.wbt') else 30
242+
delay = 60 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)