]> git.meshlink.io Git - meshlink/blobdiff - test/blackbox/test_case_channel_conn_01/node_sim_nut.c
Update the blackbox test infrastructure.
[meshlink] / test / blackbox / test_case_channel_conn_01 / node_sim_nut.c
index bded500af1baed16b17498b37811d6319fe86a57..057faaca75d748f3a55729619693e5063c25375f 100644 (file)
@@ -64,7 +64,7 @@ static void send_event(mesh_event_t event) {
        }
 
        assert(attempts < 5);
-
+       fprintf(stderr, "SENT EVENT\n");
        return;
 }
 
@@ -146,7 +146,7 @@ int main(int argc, char *argv[]) {
        assert(wait_sync_flag(&channel_opened, 10));
        send_event(CHANNEL_OPENED);
 
-       assert(wait_sync_flag(&sigusr_received, 10));
+       assert(wait_sync_flag(&sigusr_received, 30));
 
        sleep(10);