Skip to content

Commit

Permalink
add 5 sec test timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Sanjula Ganepola <Sanjula.Ganepola@ibm.com>
  • Loading branch information
SanjulaGanepola committed Aug 16, 2024
1 parent 1cfe3c9 commit 47ec924
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/java/io/github/mapapire/MapepireTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@
import java.util.Properties;

import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Timeout;

import com.fasterxml.jackson.databind.ObjectMapper;

@Timeout(5)
class MapepireTest {
private static final String CONFIG_FILE = "config.properties";
public static DaemonServer creds;
Expand Down

0 comments on commit 47ec924

Please sign in to comment.