diff --git a/ext/pdo_oci/tests/pdo_oci_stream_2a.phpt b/ext/pdo_oci/tests/pdo_oci_stream_2a.phpt index bd4cb8ad113..163a2c5fee9 100644 --- a/ext/pdo_oci/tests/pdo_oci_stream_2a.phpt +++ b/ext/pdo_oci/tests/pdo_oci_stream_2a.phpt @@ -1,5 +1,5 @@ --TEST-- -PDO OCI: Inserts 10K with 1 number and 2 LOB columns (stress test) +PDO OCI: Inserts 1K with 1 number and 2 LOB columns (stress test) --SKIPIF-- --EXPECT-- -Inserting 10000 Records ... Done +Inserting 1000 Records ... Done diff --git a/ext/pdo_oci/tests/pdo_oci_stream_2b.phpt b/ext/pdo_oci/tests/pdo_oci_stream_2b.phpt index a50b4815c31..de09c487288 100644 --- a/ext/pdo_oci/tests/pdo_oci_stream_2b.phpt +++ b/ext/pdo_oci/tests/pdo_oci_stream_2b.phpt @@ -1,5 +1,5 @@ --TEST-- -PDO OCI: Fetches 10K records from a table that contains 1 number and 2 LOB columns (stress test) +PDO OCI: Fetches 1K records from a table that contains 1 number and 2 LOB columns (stress test) --SKIPIF--