summaryrefslogtreecommitdiff
path: root/debug.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2019-06-17 10:28:40 -0700
committerJeff Carr <[email protected]>2019-06-17 10:28:40 -0700
commit40252b179d65028ff96b52c22401e69cecb4004b (patch)
tree8be78cf805b1aba3fe0c3f3e2f313fda0dff4278 /debug.go
parent1f97a3cfa156255ece44878e15ef1750e663a384 (diff)
shorten times
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'debug.go')
-rw-r--r--debug.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/debug.go b/debug.go
index b206cef..ec60df2 100644
--- a/debug.go
+++ b/debug.go
@@ -90,6 +90,6 @@ func addTableTab() {
parts = append(parts, b)
}
- log.Println("Sleep for 2 seconds, then try to add new tabs")
- time.Sleep(1 * 1000 * 1000 * 1000)
+ log.Println("Sleep for 1 second, then try to add new tabs")
+ time.Sleep(1 * time.Second)
}