diff options
Diffstat (limited to 'script.js')
-rw-r--r-- | script.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -136,7 +136,7 @@ const whaleDialog = "\n" + "And the rest, after a sudden wet thud, was silence."; const flowerPotDialog = "Not again..."; -const timeout = 5000; +const timeout = 20000; setTimeout(() => { generateObject(); |