We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd8ea7d commit 98f68ffCopy full SHA for 98f68ff
automl/snippets/test/automlTablesPredict.v1beta1.test.js
@@ -33,7 +33,10 @@ const bqOutputUriPrefix = `bq://${projectId}`;
33
const exec = cmd => execSync(cmd, {encoding: 'utf8'});
34
35
describe('Tables PredictionAPI', () => {
36
- it('should perform single prediction', async () => {
+ it('should perform single prediction', async function () {
37
+ this.retries(5);
38
+ await delay(this.test);
39
+
40
const inputs = [
41
{numberValue: 39}, // Age
42
{stringValue: 'technician'}, // Job
0 commit comments