Skip to content
Snippets Groups Projects
Commit b36575b4 authored by Johannes Mey's avatar Johannes Mey
Browse files

reduce wait times

parent f60c40c6
Branches
No related tags found
No related merge requests found
......@@ -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");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment