Skip to content

Commit

Permalink
Merge pull request #5578 from telstra/test/5575-fix-retry-in-tests
Browse files Browse the repository at this point in the history
5575: [TEST]: Fix retry mechanism in tests
  • Loading branch information
niksv authored Feb 9, 2024
2 parents 2c6e5aa + fd31a7e commit a3a187c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-java/testing/functional-tests/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'groovy'
id 'com.adarshr.test-logger' version '3.1.0'
id 'org.gradle.test-retry' version '1.3.1'
id 'org.gradle.test-retry' version '1.5.8'
}
description = 'Functional-Tests'

Expand Down

0 comments on commit a3a187c

Please sign in to comment.