Skip to content

Commit f01e637

Browse files
committed
test: adds retries to a failing bigtable test
1 parent 3d4a2b9 commit f01e637

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bigtable/test/filterTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@ public static function tearDownAfterClass(): void
8686
self::deleteBigtableInstance();
8787
}
8888

89+
/**
90+
* @retryAttempts 3
91+
* @retryDelaySeconds 10
92+
*/
8993
public function testFilterLimitRowSample()
9094
{
9195
$output = self::runSnippet('filter_snippets', [

0 commit comments

Comments
 (0)