Skip to content

Commit

Permalink
Merge pull request #324 from matchID-project/fix/backend-timeout
Browse files Browse the repository at this point in the history
extend backend backup timeout
  • Loading branch information
rhanka authored Apr 16, 2024
2 parents 6cfa833 + bc84e4a commit aa2cff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export API_TEST_JSON_PATH=swagger
export PORT=8081
export BACKEND_PORT=8081
export TIMEOUT=30
export BACKUP_TIMEOUT=600
export BACKUP_TIMEOUT=1800
# auth method - do not use auth by default (auth can be both passwords and OAuth)
export NO_AUTH=True
export TWITTER_OAUTH_ID=None
Expand Down

0 comments on commit aa2cff4

Please sign in to comment.