mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-12-24 19:37:48 +03:00
tests: Fix running timeout tests on gitlab windows runners
Signed-off-by: Andreas Schneider <asn@cryptomilk.org> Reviewed-by: Jakub Jelen <jjelen@redhat.com>
This commit is contained in:
@@ -209,7 +209,8 @@ static void torture_timeout_elapsed(void **state){
|
|||||||
struct ssh_timestamp ts;
|
struct ssh_timestamp ts;
|
||||||
(void) state;
|
(void) state;
|
||||||
ssh_timestamp_init(&ts);
|
ssh_timestamp_init(&ts);
|
||||||
usleep(50000);
|
usleep(30000);
|
||||||
|
|
||||||
assert_true(ssh_timeout_elapsed(&ts,25));
|
assert_true(ssh_timeout_elapsed(&ts,25));
|
||||||
assert_false(ssh_timeout_elapsed(&ts,30000));
|
assert_false(ssh_timeout_elapsed(&ts,30000));
|
||||||
assert_false(ssh_timeout_elapsed(&ts,75));
|
assert_false(ssh_timeout_elapsed(&ts,75));
|
||||||
|
|||||||
Reference in New Issue
Block a user