GoogleCloudPlatform / nodejs-getting-started

A tutorial for creating a complete application using Node.js on Google Cloud Platform
https://cloud.google.com/nodejs
Apache License 2.0
808 stars 381 forks source link

gce: "before all" hook for "should get the instance" failed #502

Closed flaky-bot[bot] closed 2 years ago

flaky-bot[bot] commented 2 years ago

Note: #495 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.


commit: 2c8811b5fae8be6c95e006ad75424de9bae4a182 buildURL: Build Status, Sponge status: failed

Test output
Timeout of 150000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/tmpfs/src/github/nodejs-getting-started/gce/test/app.test.js)
Error: Timeout of 150000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/tmpfs/src/github/nodejs-getting-started/gce/test/app.test.js)
    at process._tickCallback (internal/process/next_tick.js:68:7)
tmatsuo commented 2 years ago

Maybe we can bump the timeout a little bit for making it less flaky