Skip to content

Commit f881b73

Browse files
wip
1 parent 4970440 commit f881b73

File tree

1 file changed

+2
-0
lines changed
  • src/test/java/com/influxdb/v3/client/integration

1 file changed

+2
-0
lines changed

src/test/java/com/influxdb/v3/client/integration/E2ETest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ public void testQueryRows() throws Exception {
228228
timestamp
229229
);
230230
client.writeRecord(record, new WriteOptions(null, WritePrecision.MS, null));
231+
Thread.sleep(2000);
231232
testDatas.add(map);
232233
}
233234

@@ -306,6 +307,7 @@ public void testQueryRowWithOptions() throws Exception {
306307
timestamp
307308
);
308309
client.writeRecord(record, new WriteOptions(null, WritePrecision.MS, null));
310+
Thread.sleep(2000);
309311
testDatas.add(map);
310312
}
311313

0 commit comments

Comments
 (0)