Skip to content

Commit

Permalink
smoke: increase the test timeout (#3704)
Browse files Browse the repository at this point in the history
Slower devices (RPi3) did not keep up reliably.
  • Loading branch information
AlanGriffiths authored Dec 19, 2024
2 parents 4178136 + a662016 commit 617948e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/mir_demo_server/server_example_test_client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ void me::TestClientRunner::operator()(mir::Server& server)
});

self->server_stop_action = server.the_main_loop()->create_alarm(
[pid, &server, self, countdown = 100]() mutable
[pid, &server, self, countdown = 200]() mutable
{
check_exit_status(pid, server, self.get(), countdown);
});
Expand Down

0 comments on commit 617948e

Please sign in to comment.