Skip to content

Commit

Permalink
[HttpKernel] fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed May 25, 2018
1 parent 9de5014 commit 6fc7fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Symfony/Component/HttpKernel/Tests/KernelTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,7 @@ public function testKernelStartTimeIsResetWhileBootingAlreadyBootedKernel()
$preReBoot = $kernel->getStartTime();

sleep(3600); //Intentionally large value to detect if ClockMock ever breaks
$kernel->boot();
$kernel->reboot(null);

$this->assertGreaterThan($preReBoot, $kernel->getStartTime());
}
Expand Down

0 comments on commit 6fc7fdb

Please sign in to comment.