trivial: up the timeout for the self test as we are now waiting for finished in an idle loop

This commit is contained in:
Richard Hughes 2008-09-25 14:36:49 +01:00
parent 58955c2167
commit a84e0755ae

View File

@ -2132,7 +2132,7 @@ pk_backend_test (EggTest *test)
pk_backend_error_code (backend, PK_ERROR_ENUM_GPG_FAILURE, "test error");
/* wait for finished */
egg_test_loop_wait (test, PK_BACKEND_FINISHED_ERROR_TIMEOUT + 200);
egg_test_loop_wait (test, PK_BACKEND_FINISHED_ERROR_TIMEOUT + 400);
egg_test_loop_check (test);
egg_test_title (test, "check we enforce finished after error_code");