Skip to content

Commit

Permalink
Attempt to avoid compiler timeouts in test262.
Browse files Browse the repository at this point in the history
Reviewed By: dulinriley

Differential Revision: D22012521

fbshipit-source-id: ef74d8de2bfe69d5f370a08d8e62121c9bd1efc8
  • Loading branch information
avp authored and facebook-github-bot committed Jun 19, 2020
1 parent b9f6e61 commit eae5142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/testsuite/testsuite.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def __str__(self):
}[self.value]


TIMEOUT_COMPILER = 40
TIMEOUT_COMPILER = 200
TIMEOUT_VM = 200

includesMatcher = re.compile(r"includes:\s*\[(.*)\]")
Expand Down

0 comments on commit eae5142

Please sign in to comment.