Skip to content

Commit d192540

Browse files
committed
test: increase whoami with bearer auth timeout
This makes the test pass on slow architectures (such as armhf) on emulated environments (such as qemu)
1 parent abdf528 commit d192540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tap/whoami.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ test('npm whoami with basic auth', function (t) {
3636
)
3737
})
3838

39-
test('npm whoami with bearer auth', { timeout: 6000 }, function (t) {
39+
test('npm whoami with bearer auth', { timeout: 8000 }, function (t) {
4040
var s = '//localhost:' + common.port +
4141
'/:_authToken = wombat-developers-union\n'
4242
fs.writeFileSync(FIXTURE_PATH, s, 'ascii')

0 commit comments

Comments
 (0)