File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 8787 - name : Run tests
8888 uses : nick-fields/retry@v3.0.2
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
Original file line number Diff line number Diff line change 5151 - name : Run tests
5252 uses : nick-invision/retry@v3.0.2
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
Original file line number Diff line number Diff line change 9191 if : matrix.os == 'windows'
9292 uses : nick-invision/retry@v3.0.2
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/retry@v3.0.2
104104 with :
105- timeout_minutes : 20
105+ timeout_minutes : 40
106106 max_attempts : 2
107107 command : |
108108 cd examples/ruby
You can’t perform that action at this time.
0 commit comments