File tree Expand file tree Collapse file tree
sqldev/src/test/java/org/utplsql/sqldev/test/dal Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ private void delayFreeStreamingConsumtionProducer(final String reporterId) {
100100
101101 @ Test
102102 public void delayFreeStreamingConsumtion () {
103- final long TOLERANCE_MS = 600 ;
103+ final long TOLERANCE_MS = 2000 ;
104104 SingleConnectionDataSource ds = new SingleConnectionDataSource ();
105105 ds .setDriverClassName ("oracle.jdbc.OracleDriver" );
106106 ds .setUrl (dataSource .getUrl ());
@@ -114,7 +114,7 @@ public void delayFreeStreamingConsumtion() {
114114 thread .start ();
115115 dao .consumeReport (reporterId , consumer );
116116 logger .fine (consumer .getPostTestEvents ().toString ());
117- Assert .assertEquals (5 , consumer .getPostTestEvents ().entrySet (). size ());
117+ Assert .assertEquals (5 , consumer .getPostTestEvents ().size ());
118118 final Long test_1_0 = consumer .getPostTestEvents ().get ("junit_utplsql_fetch_size_pkg.test_1_0" );
119119 final Long test_2_1 = consumer .getPostTestEvents ().get ("junit_utplsql_fetch_size_pkg.test_2_1" );
120120 final Long test_3_2 = consumer .getPostTestEvents ().get ("junit_utplsql_fetch_size_pkg.test_3_2" );
You can’t perform that action at this time.
0 commit comments