Skip to content

Commit 1865866

Browse files
committed
CI: adjusted timeout
1 parent 49eff94 commit 1865866

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,8 @@ jobs:
162162
default: false
163163
executor: <<parameters.jdk>>
164164
steps:
165-
- timeout
165+
- timeout:
166+
duration: '10m'
166167
- checkout
167168
- setup_remote_docker
168169
- start-db:

0 commit comments

Comments
 (0)