summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
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)