Skip to content

Commit

Permalink
Fix unrelated change
Browse files Browse the repository at this point in the history
  • Loading branch information
JaySon-Huang committed Mar 4, 2022
1 parent 39f2b31 commit 26d0b3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dbms/src/Storages/DeltaMerge/tests/stress/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ int main(int argc, char * argv[])
{
try
{
// sleep(dist(generator));
sleep(300);
sleep(dist(generator));
// sleep(300);
kill(fpid, SIGKILL);
int status;
wait(&status);
Expand Down

0 comments on commit 26d0b3c

Please sign in to comment.