summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-08-15 10:48:40 +0300
committerValery Piashchynski <[email protected]>2021-08-15 10:48:40 +0300
commit0327bcd40a13ec867bc0b6387fe027bdbae0d0e1 (patch)
treeec6d29e4538627733c9ae41c79ec919d10a52773 /tests
parentf6b08d78c145f362143596d33614b3351f987408 (diff)
Sleep to wait file copy on slow github actions
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'tests')
-rw-r--r--tests/plugins/reload/reload_plugin_test.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/plugins/reload/reload_plugin_test.go b/tests/plugins/reload/reload_plugin_test.go
index b5223b9c..5e0462d8 100644
--- a/tests/plugins/reload/reload_plugin_test.go
+++ b/tests/plugins/reload/reload_plugin_test.go
@@ -460,10 +460,15 @@ func TestReloadCopy100(t *testing.T) {
time.Sleep(time.Second * 3)
t.Run("ReloadMake100Files", reloadMake100Files)
+ time.Sleep(time.Second)
t.Run("ReloadCopyFiles", reloadCopyFiles)
+ time.Sleep(time.Second)
t.Run("ReloadRecursiveDirsSupport", copyFilesRecursive)
+ time.Sleep(time.Second)
t.Run("RandomChangesInRecursiveDirs", randomChangesInRecursiveDirs)
+ time.Sleep(time.Second)
t.Run("RemoveFilesSupport", removeFilesSupport)
+ time.Sleep(time.Second)
t.Run("ReloadMoveSupport", reloadMoveSupport)
time.Sleep(time.Second * 10)