diff --git a/Anvil/Tools/Storage.pm b/Anvil/Tools/Storage.pm index f81c485b..6f94d3b6 100644 --- a/Anvil/Tools/Storage.pm +++ b/Anvil/Tools/Storage.pm @@ -5269,12 +5269,12 @@ sub _wait_if_changing if (not $delay) { - $delay = 2; + $delay = 10; $anvil->Log->variables({source => $THIS_FILE, line => __LINE__, level => $debug, list => { delay => $delay }}); } elsif (($delay =~ /\D/) or ($delay == 0)) { - $delay = 2; + $delay = 10; $anvil->Log->variables({source => $THIS_FILE, line => __LINE__, level => $debug, list => { delay => $delay }}); }