Skip to content

Commit 0b311ba

Browse files
committed
Updating timeout
1 parent 64dd6f4 commit 0b311ba

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/dotnet-examples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ jobs:
8787
- name: Run tests
8888
uses: nick-fields/[email protected]
8989
with:
90-
timeout_minutes: 20
91-
max_attempts: 3
90+
timeout_minutes: 40
91+
max_attempts: 2
9292
command: |
9393
cd examples/dotnet/SeleniumDocs
9494
dotnet test

.github/workflows/kotlin-examples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ jobs:
5151
- name: Run tests
5252
uses: nick-invision/[email protected]
5353
with:
54-
timeout_minutes: 20
55-
max_attempts: 3
54+
timeout_minutes: 40
55+
max_attempts: 2
5656
command: |
5757
cd examples/kotlin
5858
mvn -B test

.github/workflows/ruby-examples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
if: matrix.os == 'windows'
9292
uses: nick-invision/[email protected]
9393
with:
94-
timeout_minutes: 20
94+
timeout_minutes: 40
9595
max_attempts: 2
9696
command: |
9797
cd examples/ruby
@@ -102,7 +102,7 @@ jobs:
102102
if: matrix.os != 'windows'
103103
uses: nick-invision/[email protected]
104104
with:
105-
timeout_minutes: 20
105+
timeout_minutes: 40
106106
max_attempts: 2
107107
command: |
108108
cd examples/ruby

0 commit comments

Comments
 (0)