Skip to content

Commit 4f09f01

Browse files
authored
chore(test): Update cache test timeout and polling intervals (#11916)
Adjusted the timeout from 3 to 4 minutes and polling interval from 10 to 5 seconds in the cache integration test. This ensures more robust testing by allowing sufficient time for operations to complete while increasing polling frequency. Signed-off-by: Helber Belmiro <[email protected]>
1 parent c368ac6 commit 4f09f01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/test/v2/integration/cache_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ func (s *CacheTestSuite) TestCacheRecurringRun() {
157157
}
158158

159159
return false
160-
}, 3*time.Minute, 10*time.Second)
160+
}, 4*time.Minute, 5*time.Second)
161161

162162
contextsFilterQuery := fmt.Sprintf("name = '%s'", allRuns[1].RunID)
163163

0 commit comments

Comments
 (0)