Skip to content

Commit

Permalink
Merge pull request #7551 from burqen/2.3-fix-page-cache-test-timeout
Browse files Browse the repository at this point in the history
Test timeout now match harness timeout
  • Loading branch information
burqen committed Jul 11, 2016
2 parents b5a539a + 84ebefc commit 7dc1b59
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3440,7 +3440,7 @@ public void run(
harness.run( LONG_TIMEOUT_MILLIS, MILLISECONDS );
}

@Test( timeout = SEMI_LONG_TIMEOUT_MILLIS )
@Test( timeout = LONG_TIMEOUT_MILLIS )
public void concurrentFlushingMustNotPutInterleavedDataIntoFile() throws Exception
{
final RecordFormat recordFormat = new StandardRecordFormat();
Expand Down

0 comments on commit 7dc1b59

Please sign in to comment.