Commit 1a45c24d7ebff28362300342978b3bb5038990ef

Authored by Stéphane Raimbault
1 parent a0a8242a

Increase wait in unit test for Windows 7 slowness

Showing 1 changed file with 1 additions and 1 deletions
tests/unit-test-client.c
@@ -593,7 +593,7 @@ int main(int argc, char *argv[]) @@ -593,7 +593,7 @@ int main(int argc, char *argv[])
593 modbus_set_response_timeout(ctx, &old_response_timeout); 593 modbus_set_response_timeout(ctx, &old_response_timeout);
594 594
595 /* Wait for data before flushing */ 595 /* Wait for data before flushing */
596 - usleep(250000); 596 + usleep(500000);
597 modbus_flush(ctx); 597 modbus_flush(ctx);
598 598
599 /** BAD RESPONSE **/ 599 /** BAD RESPONSE **/