Skip to content

Commit

Permalink
smoke: increase the test timeout
Browse files Browse the repository at this point in the history
Slower devices (RPi3) did not keep up reliably.
  • Loading branch information
Saviq committed Dec 19, 2024
1 parent 4178136 commit a662016
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 a662016

Please sign in to comment.