Skip to content

Commit c605266

Browse files
LocutusOfBorgruyadorno
authored andcommitted
test: increase whoami with bearer auth timeout
This makes the test pass on slow architectures (such as armhf) on emulated environments (such as qemu) PR-URL: #1454 Credit: @LocutusOfBorg Close: #1454 Reviewed-by: @ruyadorno
1 parent 620b0ff commit c605266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tap/whoami.js

+1-1
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)