We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 225ea73 + a5ccfdf commit fa0c987Copy full SHA for fa0c987
1 file changed
tests/src/integration/tests/test_basics.cpp
@@ -73,7 +73,7 @@ CASSANDRA_INTEGRATION_TEST_F(BasicsTests, Timestamps) {
73
74
// Validate the timestamps
75
ASSERT_NE(timestamp_1, timestamp_2);
76
- ASSERT_LT(timestamp_2 - timestamp_1 - BigInteger(pause_duration * 1000), BigInteger(150000));
+ ASSERT_LT(timestamp_2 - timestamp_1 - BigInteger(pause_duration * 1000), BigInteger(500000));
77
}
78
79
/**
0 commit comments