Skip to content

Commit

Permalink
Fix lim package again
Browse files Browse the repository at this point in the history
  • Loading branch information
MasloMaslane committed Oct 18, 2023
1 parent f5f1052 commit 903bb39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/packages/lim/prog/lim2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ int main() {
a += i - i;
}
else {
int i = wait(1500);
int i = wait(2000);
a += i - i;
}

Expand Down

0 comments on commit 903bb39

Please sign in to comment.