We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e0f8b3 commit d4d35ddCopy full SHA for d4d35dd
dsf-fhir/dsf-fhir-server/src/test/java/dev/dsf/fhir/dao/OrganizationDaoTest.java
@@ -345,6 +345,6 @@ public void testBigUpdate() throws Exception
345
long t1 = System.currentTimeMillis();
346
347
logger.info("Organization updates executed in {} ms", t1 - t0);
348
- assertTrue("Organization updates took longer then 200 ms", t1 - t0 <= 200);
+ assertTrue("Organization updates took longer then 500 ms", t1 - t0 <= 500);
349
}
350
0 commit comments