Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyweston committed Sep 16, 2018
1 parent 534b3fd commit fa564a4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
* limitations under the License.
*/

/**
*
*/
package com.google.code.tempusfugit.concurrency;

import com.google.code.tempusfugit.concurrency.annotations.Concurrent;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public void shouldRecordElapsedTimeBetweenStartAndStop() {
@Test
public void timeSomething() {
Duration duration = Timer.time(() -> sleep(millis(25)));
assertThat(duration, is(both(greaterThan(millis(25))).and(lessThan(millis(45)))));
assertThat(duration, is(both(greaterThan(millis(25))).and(lessThan(millis(60)))));
}

}
4 changes: 2 additions & 2 deletions tempus-fugit.iml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<module MavenProjectsManager.isMavenModule="true" org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" relativePaths="true" type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_6">
<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" version="4">
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8">
<output url="file://$MODULE_DIR$/target/classes" />
<output-test url="file://$MODULE_DIR$/target/test-classes" />
<content url="file://$MODULE_DIR$">
Expand Down
2 changes: 1 addition & 1 deletion tempus-fugit.ipr
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</profile>
</annotationProcessing>
<bytecodeTargetLevel>
<module name="tempus-fugit" target="1.6" />
<module name="tempus-fugit" target="1.8" />
</bytecodeTargetLevel>
</component>
<component name="CopyrightManager" default="Apache (tempus-fugit)">
Expand Down

0 comments on commit fa564a4

Please sign in to comment.