mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-04-21 12:58:03 +08:00
replacing timeout
This commit is contained in:
@@ -425,7 +425,7 @@ describe('upload-artifact', () => {
|
||||
options.onProgress({loadedBytes: 100})
|
||||
|
||||
resolve()
|
||||
}, 61000) // Delay longer than your timeout
|
||||
}, 31000) // Delay longer than your timeout
|
||||
})
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user