Skip to content

Fix #533 - Increase timeout for keypair generating test

Justin Wernick requested to merge justin/533-createKeypair-timeout into master

I ran this locally in docker (1cpu) 100 times. The time that this test takes varies wildly. I assume it's because of the randomness in keypair generation.

Worst case I saw locally took 2993ms. Best case I saw locally was 75ms.

This just bumps up the timeout where we fail the test so outliers don't fail the test.

Merge request reports