lib/startup_time/options.rb in startup-time-1.2.0 vs lib/startup_time/options.rb in startup-time-1.3.0

- old
+ new

@@ -7,10 +7,10 @@ module StartupTime # StartupTime::Options - a struct-like interface to the app options set or # overridden on the command line class Options BUILD_DIR = EnvPaths.get('startup-time', suffix: false).cache - DEFAULT_DURATION = 5 + DEFAULT_DURATION = 10 MINIMUM_DURATION = 2 Spec = Value.new(:type, :value) attr_reader :action, :build_dir, :format, :rounds, :verbosity