Skip to content

Commit d4d35dd

Browse files
committed
slow GitHub build: increased execution time limit
1 parent 5e0f8b3 commit d4d35dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsf-fhir/dsf-fhir-server/src/test/java/dev/dsf/fhir/dao/OrganizationDaoTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,6 @@ public void testBigUpdate() throws Exception
345345
long t1 = System.currentTimeMillis();
346346

347347
logger.info("Organization updates executed in {} ms", t1 - t0);
348-
assertTrue("Organization updates took longer then 200 ms", t1 - t0 <= 200);
348+
assertTrue("Organization updates took longer then 500 ms", t1 - t0 <= 500);
349349
}
350350
}

0 commit comments

Comments
 (0)