diff --git a/Nomyx.cabal b/Nomyx.cabal
--- a/Nomyx.cabal
+++ b/Nomyx.cabal
@@ -1,5 +1,5 @@
 name: Nomyx
-version: 0.7.2
+version: 0.7.3
 cabal-version: >=1.6
 build-type: Simple
 license: BSD3
@@ -16,9 +16,9 @@
 extra-source-files: AUTHORS README.md TODO Changelog
  
 executable Nomyx
-    build-depends: Nomyx-Core             == 0.7.2,
-                   Nomyx-Language         == 0.7.2,
-                   Nomyx-Web              == 0.7.2,
+    build-depends: Nomyx-Core             == 0.7.3,
+                   Nomyx-Language         == 0.7.3,
+                   Nomyx-Web              == 0.7.3,
                    base                   >= 4.6 && <5,
                    directory              == 1.2.*,
                    exceptions             == 0.6.*,
diff --git a/src/Main.hs b/src/Main.hs
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -1,16 +1,4 @@
------------------------------------------------------------------------------
---
--- Module      :  Main
--- Copyright   :
--- License     :  AllRightsReserved
---
--- Maintainer  :
--- Stability   :
--- Portability :
---
--- |
---
------------------------------------------------------------------------------
+
 {-# LANGUAGE GADTs #-}
 {-# LANGUAGE DoAndIfThenElse #-}
 {-# LANGUAGE ScopedTypeVariables #-}
@@ -258,7 +246,7 @@
     timeEvents <- getTimeEvents now m
     when (not $ null timeEvents) $ putStrLn "found time event(s)"
     mapM_ (Main.triggerTimeEvent tm) timeEvents
-    --sleep 1 second roughly
-    threadDelay 1000000
+    --sleep 30 second roughly
+    threadDelay 30000000
     launchTimeEvents tm
 
