We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 189159b + fee4bdb commit 80063a5Copy full SHA for 80063a5
ext/pdo_oci/tests/oci_success_with_info.phpt
@@ -3,6 +3,10 @@ Handling OCI_SUCCESS_WITH_INFO
3
--EXTENSIONS--
4
pdo
5
pdo_oci
6
+--SKIPIF--
7
+<?php
8
+if (getenv('SKIP_SLOW_TESTS')) die('skip slow tests excluded by request');
9
+?>
10
--FILE--
11
<?php
12
@@ -67,7 +71,7 @@ $conn->exec('CREATE USER BUG77120_USER IDENTIFIED BY "' . $password . '" PROFILE
67
71
$conn->exec('GRANT CREATE SESSION TO BUG77120_USER');
68
72
69
73
// let the password expire
70
-sleep(2);
74
+sleep(3); // 2 seconds is causing random test failures
75
76
$conn = connectAsUser('BUG77120_USER', $password);
77
var_dump($conn->errorInfo());
0 commit comments