diff --git a/automl/test/automlTablesPredict.v1beta1.test.js b/automl/test/automlTablesPredict.v1beta1.test.js index 92c65b702a5..77940a5a349 100644 --- a/automl/test/automlTablesPredict.v1beta1.test.js +++ b/automl/test/automlTablesPredict.v1beta1.test.js @@ -33,7 +33,10 @@ const bqOutputUriPrefix = `bq://${projectId}`; const exec = cmd => execSync(cmd, {encoding: 'utf8'}); describe('Tables PredictionAPI', () => { - it('should perform single prediction', async () => { + it('should perform single prediction', async function () { + this.retries(5); + await delay(this.test); + const inputs = [ {numberValue: 39}, // Age {stringValue: 'technician'}, // Job