aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--watcher_test.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/watcher_test.go b/watcher_test.go
index 6b219d1..89644e5 100644
--- a/watcher_test.go
+++ b/watcher_test.go
@@ -8,7 +8,6 @@ import (
"os"
"path/filepath"
"testing"
- "time"
"github.com/shuLhan/share/lib/test"
)
@@ -201,7 +200,6 @@ func waitChanges() (fmarkup *fileMarkup) {
)
for {
- time.Sleep(5000)
fmarkup, ok = testWatcher.changes.Pop().(*fileMarkup)
if ok {
break