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.
1 parent 89005b7 commit 263ba82Copy full SHA for 263ba82
fuzztest/internal/centipede_adaptor.cc
@@ -191,7 +191,7 @@ fuzztest::internal::Environment CreateCentipedeEnvironmentFromConfiguration(
191
const Configuration& configuration, absl::string_view workdir,
192
absl::string_view test_name, RunMode run_mode) {
193
fuzztest::internal::Environment env = CreateDefaultCentipedeEnvironment();
194
- constexpr absl::Duration kUnitTestDefaultDuration = absl::Seconds(3);
+ constexpr absl::Duration kUnitTestDefaultDuration = absl::Seconds(1);
195
env.fuzztest_single_test_mode = true;
196
if (configuration.time_limit_per_input < absl::InfiniteDuration()) {
197
const int64_t time_limit_seconds =
0 commit comments