[roll] Roll fuchsia [netstack3] Use lower preemption bound

Use the lower preemption bound we use in other test cases for the
new_incomplete_neighbor_schedule_timer_atomic_* test cases. They
currently take >30s to run with an exhaustive search and with the lower
preemption bound they take <1s. It's hard to say for certain they would
catch the race with the smaller search space but I think it's likely
given the precedent.

Original-Fixed: 380411603
Test: host_x64/netstack3_core_threading_test
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1163432
Original-Revision: fcb1c556d56cc59d9e7d9f190d44298cfeb439f1
GitOrigin-RevId: 978489a55ecdeca35173dfde2cb21d9840cda363
Change-Id: Ifa4d2bae8055cccfa17dbef7ac2ca2ddc2017034
1 file changed
tree: 627bcc85f92d928aaee2d9c279a7e8a716bcc0eb
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.