summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2014-03-19 20:25:43 +0100
committerStef Walter <stefw@gnome.org>2014-03-19 20:25:43 +0100
commit431939fcf6a2e81ab0b41db6d15a0316a97e1dfa (patch)
treebb2f56fac2fcc773e1d9bf031b57c8dd9246c20f
parent6fa69d9629f3b95b958a39ec2fc80f52292dab8f (diff)
gkm: A testing reliability fix
-rw-r--r--pkcs11/gkm/test-timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkcs11/gkm/test-timer.c b/pkcs11/gkm/test-timer.c
index dd924b98..e0e7eeef 100644
--- a/pkcs11/gkm/test-timer.c
+++ b/pkcs11/gkm/test-timer.c
@@ -90,7 +90,7 @@ test_cancel (Test* test, gconstpointer unused)
gkm_timer_cancel (timer);
mock_module_leave ();
- egg_test_wait_until (2000);
+ egg_test_wait_until (3000);
mock_module_enter ();
/* The callback should not have been called */