Skip to content

Commit 4f65680

Browse files
committed
SEBSP-210 try to fix integration tests by stick to order
1 parent c4a626d commit 4f65680

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/java/ch/ethz/seb/sps/integrationtests/proctoring/ProctoringServiceTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ public class ProctoringServiceTest extends ServiceTest_PROCTORING {
3434
@Test
3535
@Order(1)
3636
public void i1_testFullUseCaseSuccess() throws Exception {
37+
38+
Thread.sleep(10000);
3739
//GIVEN
3840
final Long expectedGroupId = 1l;
3941
final String expectedGroupName = "test_group";

0 commit comments

Comments
 (0)