Skip to content

Commit 3d1f7c8

Browse files
committed
test: Increase timeout in /umockdev-testbed/script_replay_socket_stream
Apparently at least Debian's HPPA builder does not manage to get the result in time, so bump the timout a bit. Thanks to Helge Deller! https://bugs.debian.org/914840
1 parent a9a34ac commit 3d1f7c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test-umockdev.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1691,7 +1691,7 @@ r 10 ^@response\n";
16911691

16921692
/* should get initial greeting after 200 ms */
16931693
ASSERT_EOF;
1694-
usleep(220000);
1694+
usleep(350000); /* some slow architectures (HPPA) often don't manage in 200 ms */
16951695
g_assert_cmpint(read(fd, buf, 5), ==, 5);
16961696
g_assert(strncmp(buf, "ready", 5) == 0);
16971697
g_assert_cmpint(errno, ==, 0);

0 commit comments

Comments
 (0)