diff --git a/src/main/jastadd/cleanup/Cleanup.jrag b/src/main/jastadd/cleanup/Cleanup.jrag
index 5748400ccda57bc768d8475ff137e01caf8cb298..d521f734d9bc146095008e9fec7f5b3ee94d8e8d 100644
--- a/src/main/jastadd/cleanup/Cleanup.jrag
+++ b/src/main/jastadd/cleanup/Cleanup.jrag
@@ -12,10 +12,10 @@ aspect CleanupAttributes {
   }
 
   syn double ASTNode.time(); // TODO can this be avoided?
-  eq RobotIsNotReadyToPick.time() = 4;
-  eq RobotIsNotReadyToDrop.time() = 4;
-  eq WaitForEmptyTable.time() = 4;
-  eq WaitForFullTable.time() = 4;
+  eq RobotIsNotReadyToPick.time() = 1;
+  eq RobotIsNotReadyToDrop.time() = 1;
+  eq WaitForEmptyTable.time() = 1;
+  eq WaitForFullTable.time() = 1;
   eq ASTNode.time() {
     throw new UnsupportedOperationException("Invalid use of attribute time():double");
   }