BpfRaceTest#testRaceWithoutBarrier - bump timeout

Bump timeout to hopefully fix a very rare failure:

  BpfRaceTest#testRaceWithoutBarrier: FAILED (20.144s)

  STACKTRACE:
  test/vts-testcase/kernel/api/bpf_native_test/BpfTest.cpp:209: Failure
  Expected: (seconds) >= ((double)(msec.count() / 1000.0)), actual: 20 vs 20.002
  Race problem didn't happen before time out

Note: most of the time the race triggers far earlier and the test
doesn't actually take the 20s (now 60s) to run, so this doesn't make
things slower for most runs, but does make them more reliable.

For example:
  x86_64 bpf_module_test
  ----------------------
  bpf_module_test (3 Tests)
  [1/3] BpfTest#bpfMapPinTest: PASSED (1ms)
  [2/3] BpfRaceTest#testRaceWithBarrier: PASSED (59.996s)
  [3/3] BpfRaceTest#testRaceWithoutBarrier: PASSED (0ms)

  x86_64 bpf_module_test
  ----------------------
  bpf_module_test (3 Tests)
  [1/3] BpfTest#bpfMapPinTest: PASSED (1ms)
  [2/3] BpfRaceTest#testRaceWithBarrier: PASSED (01m0.026s)
  [3/3] BpfRaceTest#testRaceWithoutBarrier: PASSED (403ms)

Test: build, atest
Signed-off-by: Maciej Żenczykowski <maze@google.com>
Change-Id: I7ff77eb368bb9d65bc5b8198e634a8e6cda509b0
1 file changed