[infra] Fix a typo in collect_dft bash script.

This commit is contained in:
Max Moroz 2020-07-13 10:19:57 -07:00 committed by GitHub
parent 2fe0d878ae
commit 820e252dfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ else
fi
# Timeout for running a single fuzz target.
if [ -z "$COLLECT_DFT_TIMEOUT"]; then
if [ -z "$COLLECT_DFT_TIMEOUT" ]; then
COLLECT_DFT_TIMEOUT=1h
fi