replacing timeout

This commit is contained in:
Vallie Joseph
2024-04-09 20:51:12 +00:00
parent 0d3d3bbb40
commit 90fca23920
3 changed files with 3 additions and 3 deletions

View File

@@ -425,7 +425,7 @@ describe('upload-artifact', () => {
options.onProgress({loadedBytes: 100})
resolve()
}, 61000) // Delay longer than your timeout
}, 31000) // Delay longer than your timeout
})
}
)