GoogleCloudPlatform/nodejs-getting-started

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

flaky-bot opened this issue · 1 comments

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


commit: 2c8811b
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)

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