Skip to content

Commit b4be391

Browse files
increase test timeout
1 parent b5e0bb7 commit b4be391

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
x-healthcheck: &healthcheck
2-
interval: 2s
3-
timeout: 3s
2+
interval: 3s
3+
timeout: 5s
44
retries: 5
55
start_period: 2s
66

src/test/java/org/cardanofoundation/signify/e2e/utils/Retry.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ public static class RetryOptions {
5353

5454
private Integer maxRetries;// default infinite retries
5555
@Builder.Default
56-
private int timeout = 10000; // default timeout in milliseconds
56+
private int timeout = 20000; // default timeout in milliseconds
5757
}
5858
}

0 commit comments

Comments
 (0)