Skip to content

Commit

Permalink
adjust second train end of route
Browse files Browse the repository at this point in the history
  • Loading branch information
BLuedtke committed Dec 6, 2024
1 parent a53717c commit e97938e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/physical/swtbahn-full/testsuite.c
Original file line number Diff line number Diff line change
Expand Up @@ -657,9 +657,7 @@ static void *route100(void *arg) {
prep_observer_segment_info(obs1_info, "seg78b"); // seg78a -> *seg78b*
pthread_create(&route_observer_thread, NULL, occupancy_observer, (void*) obs1_info);

testsuite_driveTo("seg78a", -50, train2);
sleep(2);
testsuite_driveToStop("seg78a", -20, train2);
testsuite_driveToStop("seg78a", -50, train2);
if (!stop_observer_and_check_still_running(obs1_info, route_observer_thread, "route100")) {
pthread_exit(NULL);
}
Expand Down

0 comments on commit e97938e

Please sign in to comment.