We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8bfc17 commit 900ac5eCopy full SHA for 900ac5e
1 file changed
opendj-server-legacy/src/test/java/org/opends/server/replication/plugin/HistoricalTest.java
@@ -506,8 +506,8 @@ public void testRecurringPurgeIn1Run() throws Exception
506
"--domain-name", testName,
507
"--set","conflicts-historical-purge-delay:1m");
508
509
- // Let's go past the purge delay
510
- Thread.sleep(60 * 1000);
+ // Let's go past the purge delay (including potential TimeThread drift)
+ Thread.sleep(60 * 1000 + 500);
511
512
// launch the purge
513
final int maxWaitTimeInSeconds = 120;
0 commit comments