fishlim: Minor test improvements

- Don't have tests repeat themselves, meson has a `--repeat` flag
- Fix a minor leak of a GRand
- Speed up a test
- Increase timeout

This still needs a lot of improvements, it runs at lot of loops within
loops generating random strings that could be optimized. This means
it can take a very long time on some computers.

Closes #2629
This commit is contained in:
Patrick Griffis
2021-11-03 09:59:24 -05:00
parent b54593e752
commit 4f3ef3505a
2 changed files with 31 additions and 35 deletions

View File

@@ -12,4 +12,5 @@ fishlim_tests = executable('fishlim_tests', fishlim_test_sources,
test('Fishlim Tests', fishlim_tests,
protocol: 'tap',
timeout: 600,
)