summaryrefslogtreecommitdiff
path: root/gui-example/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2021-10-09 07:13:58 -0500
committerJeff Carr <[email protected]>2021-10-09 07:13:58 -0500
commite45a106d95e3043828735cf76aa487af837a2137 (patch)
tree443cc8be2244c1caa5a0371ad78ace8210ba601c /gui-example/main.go
parent663b031c8f22f3c58de29410c9764abf2f29b095 (diff)
NODE: walking around in the rabbit hole
Diffstat (limited to 'gui-example/main.go')
-rw-r--r--gui-example/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-example/main.go b/gui-example/main.go
index 5f34f98..cba4545 100644
--- a/gui-example/main.go
+++ b/gui-example/main.go
@@ -34,7 +34,7 @@ func watchGUI() {
for {
log.Println("Waiting for customExit()", i)
i += 1
- time.Sleep(3 * time.Second)
+ time.Sleep(1 * time.Second)
if i == 2 {
log.Println("Sending ExampleWindow to gui.Queue()")
gui.Queue(gui.DebugWindow)