Skip to content
This repository was archived by the owner on Dec 15, 2018. It is now read-only.

Commit 0875628

Browse files
greenkeeper[bot]pvdlg
authored andcommitted
chore(package): update got to version 9.1.0
1 parent 833916a commit 0875628

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"babel-register": "^6.26.0",
4242
"chalk": "^2.1.0",
4343
"execa": "^0.11.0",
44-
"got": "^9.0.0",
44+
"got": "^9.1.0",
4545
"p-retry": "^2.0.0",
4646
"semver": "^5.4.1",
4747
"update-notifier": "^2.3.0",

test/wait-for-other-jobs.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ test.serial('Handle API errors', async t => {
129129
await waitForOtherJobs(
130130
{travisOpts, travisToken, buildId, currentJobId, initialJobs: jobsFirst, logger: t.context.logger},
131131
{forever: true, factor: 1, minTimeout: 1},
132-
{minTimeout: 0}
132+
{forever: false, retries: 1, minTimeout: 0}
133133
)
134134
);
135135

0 commit comments

Comments
 (0)