diff options
-rw-r--r-- | src/plugins/tests/test-fixture.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/tests/test-fixture.c b/src/plugins/tests/test-fixture.c index 29eb8d55..ac2d3e67 100644 --- a/src/plugins/tests/test-fixture.c +++ b/src/plugins/tests/test-fixture.c @@ -142,7 +142,7 @@ common_get_modem (TestFixture *fixture, break; /* Blocking wait */ - g_assert_cmpuint (wait_time, <=, 20); + g_assert_cmpuint (wait_time, <=, 120); wait_time++; sleep (1); } |