Browse Source

Document that malloc tests require a longer timeout.

I always forget this.

Change-Id: I9fa15cebb6586985ddc48cdbf9d184a49a8bfb02
Reviewed-on: https://boringssl-review.googlesource.com/11402
Commit-Queue: David Benjamin <davidben@google.com>
Reviewed-by: Adam Langley <agl@google.com>
kris/onging/CECPQ3_patch15
David Benjamin 8 years ago
committed by Adam Langley
parent
commit
31f5b3c605
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      ssl/test/PORTING.md

+ 3
- 0
ssl/test/PORTING.md View File

@@ -98,6 +98,9 @@ enough calls to reach the number, the shim should fail with exit code

See `crypto/test/malloc.cc` for an example malloc implementation.

Note these tests are slow and will hit Go's test timeout. Pass `-timeout 72h` to
avoid crashing after 10 minutes.


## Example: Running Against NSS



Loading…
Cancel
Save