Reduce BaseMs from 400ms to 100m to speed up tests.

This commit is contained in:
Ion Gaztañaga
2024-01-12 13:37:04 +01:00
parent 755dcbe5ba
commit b01a6bc291

View File

@@ -143,7 +143,7 @@ struct data
};
int shared_val = 0;
static const unsigned BaseMs = 400;
static const unsigned BaseMs = 100;
} //namespace test {
} //namespace interprocess {