mirror of
https://github.com/trympet/nextcloud-artifacts-action.git
synced 2025-04-24 20:16:08 +02:00
test
This commit is contained in:
parent
2e7f2059ee
commit
7fe0b3a0b9
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user