Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validator test: artificially lower limit on local var limit #1633

Closed
wants to merge 1 commit into from

Conversation

dneto0
Copy link
Collaborator

@dneto0 dneto0 commented Jun 21, 2018

We need this to reduce the test time on Visual Studio debug builds.
AppVeyor times out at 300s for a process.

Artificially lower the local variable limit check for testing purposes.
We don't get much value from using the full 500K+ variables.
Use a limit of 5000 instead.

Fixes #1632

We need this to reduce the test time on Visual Studio debug builds.
AppVeyor times out at 300s for a process.

Artificially lower the local variable limit check for testing purposes.
We don't get much value from using the full 500K+ variables.
Use a limit of 5000 instead.

Fixes KhronosGroup#1632
@dneto0 dneto0 requested a review from alan-baker June 21, 2018 18:56
@alan-baker
Copy link
Contributor

Rebased and committed as 4d99fcb

@alan-baker alan-baker closed this Jun 21, 2018
@dneto0 dneto0 deleted the lower-var-count-check branch June 28, 2018 20:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants