Skip to content

Commit f29afb4

Browse files
authored
Add more asset retries for failing test (GoogleCloudPlatform#976)
1 parent ffd943e commit f29afb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asset/test/assetTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@ public function testBatchGetAssetsHistory()
7373
]);
7474

7575
$this->assertContains($assetName, $output);
76-
});
76+
}, 10, true);
7777
}
7878
}

0 commit comments

Comments
 (0)