Skip to content

Commit

Permalink
Merge pull request #3562 from GSA-TTS/main
Browse files Browse the repository at this point in the history
  • Loading branch information
jadudm authored Mar 27, 2024
2 parents ee2fead + ca2456d commit f79d527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/audit/validators.py
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ def _scan_file(file):
settings.AV_SCAN_URL,
files={"file": file},
data={"name": file.name},
timeout=15,
timeout=30,
)
except requests.exceptions.ConnectionError:
raise ValidationError(
Expand Down

0 comments on commit f79d527

Please sign in to comment.