mirror of
https://github.com/trympet/nextcloud-artifacts-action.git
synced 2025-07-26 02:50:20 +02:00
test
This commit is contained in:
2
dist/index.js
vendored
2
dist/index.js
vendored
@@ -620,6 +620,8 @@ class NextcloudClient {
|
||||
const timer = setTimeout(() => { }, 20000);
|
||||
await fileStreamPromise;
|
||||
await remoteStreamPromise;
|
||||
// Wait for file to be processed
|
||||
await new Promise(resolve => setTimeout(resolve, 1000));
|
||||
clearTimeout(timer);
|
||||
return remoteFilePath;
|
||||
}
|
||||
|
2
dist/index.js.map
vendored
2
dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
@@ -178,6 +178,8 @@ export class NextcloudClient {
|
||||
const timer = setTimeout(() => {}, 20_000);
|
||||
await fileStreamPromise
|
||||
await remoteStreamPromise
|
||||
// Wait for file to be processed
|
||||
await new Promise(resolve => setTimeout(resolve, 1_000));
|
||||
|
||||
clearTimeout(timer);
|
||||
return remoteFilePath
|
||||
|
Reference in New Issue
Block a user