mirror of
https://github.com/boostorg/interprocess.git
synced 2026-01-19 04:12:13 +00:00
Reduce BaseMs from 400ms to 100m to speed up tests.
This commit is contained in:
@@ -143,7 +143,7 @@ struct data
|
||||
};
|
||||
|
||||
int shared_val = 0;
|
||||
static const unsigned BaseMs = 400;
|
||||
static const unsigned BaseMs = 100;
|
||||
|
||||
} //namespace test {
|
||||
} //namespace interprocess {
|
||||
|
||||
Reference in New Issue
Block a user