Skip to content

Commit 8dec4e1

Browse files
committed
fuzz: fix timeout in crypto_fschacha20poly1305
1 parent c6d2d1c commit 8dec4e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/fuzz/crypto_chacha20poly1305.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ FUZZ_TARGET(crypto_fschacha20poly1305)
130130
// data).
131131
InsecureRandomContext rng(provider.ConsumeIntegral<uint64_t>());
132132

133-
LIMITED_WHILE(provider.ConsumeBool(), 10000)
133+
LIMITED_WHILE(provider.ConsumeBool(), 100)
134134
{
135135
// Mode:
136136
// - Bit 0: whether to use single-plain Encrypt/Decrypt; otherwise use a split at prefix.

0 commit comments

Comments
 (0)