diff options
author | tailor <cygnus@janrain.com> | 2006-03-20 23:30:36 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2006-03-20 23:30:36 +0000 |
commit | 9b05042f2d535d9b7394abe7b489c886513e844d (patch) | |
tree | 6c325c4b8fdd98d8c2f8c05cbdbc832210c44b6f /Tests/Auth/OpenID | |
parent | 1064629a00524bd499b9ce3d4f77ac31d01c07ff (diff) | |
download | php-openid-9b05042f2d535d9b7394abe7b489c886513e844d.zip php-openid-9b05042f2d535d9b7394abe7b489c886513e844d.tar.gz php-openid-9b05042f2d535d9b7394abe7b489c886513e844d.tar.bz2 |
[project @ Increased backoff rate for pgsql db creation attempt in store test]
Diffstat (limited to 'Tests/Auth/OpenID')
-rw-r--r-- | Tests/Auth/OpenID/StoreTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Auth/OpenID/StoreTest.php b/Tests/Auth/OpenID/StoreTest.php index 67eb7a4..b95dc29 100644 --- a/Tests/Auth/OpenID/StoreTest.php +++ b/Tests/Auth/OpenID/StoreTest.php @@ -367,7 +367,7 @@ explicitly'); if (PEAR::isError($result)) { $failures++; - sleep(1); + sleep($failures + 1); } else { $success = true; } |