aboutsummaryrefslogtreecommitdiff
path: root/LightInstallation.py
diff options
context:
space:
mode:
Diffstat (limited to 'LightInstallation.py')
-rw-r--r--LightInstallation.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/LightInstallation.py b/LightInstallation.py
index 8f71cf0..e4adab7 100644
--- a/LightInstallation.py
+++ b/LightInstallation.py
@@ -87,7 +87,7 @@ class LightInstallation:
#self.screen.allOn()
lastLoopTime = Util.time()
refreshInterval = 30
- runCount = 1000
+ runCount = 10000
while runCount > 0:
runCount -= 1
loopStart = Util.time()