mirror of
https://github.com/trympet/nextcloud-artifacts-action.git
synced 2026-08-24 08:41:07 +02:00
test
This commit is contained in:
Vendored
+2
@@ -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;
|
||||
}
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user