We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f756560 commit 2f33d08Copy full SHA for 2f33d08
tests/test_continuous.c
@@ -72,7 +72,7 @@ START_TEST (continuous_constructor_test) {
72
END_TEST
73
74
void * pico_main(void * thread_data) {
75
- sleep(0.5);
+ sleep(1);
76
PicoThreadData * data = (PicoThreadData*) thread_data;
77
int timeout;
78
0 commit comments