nushell/crates/nu-plugin/src
Devyn Cairns 544e7bcb5e
Make some of the stream tests more robust against bad timeouts (#12271)
# Description

@WindSoilder [reported on
Discord](https://discord.com/channels/601130461678272522/855947301380947968/1221233630093901834)
that some plugin stream tests have been failing on the CI. It seems to
just be a timing thing (probably due to busy CI), so this extends the
amount of time that we can wait for a condition to be true.

# User-Facing Changes
None

# Tests + Formatting
- 🟢 `toolkit fmt`
- 🟢 `toolkit clippy`
- 🟢 `toolkit test`
- 🟢 `toolkit test stdlib`
2024-03-24 07:41:27 +08:00
..
plugin Make some of the stream tests more robust against bad timeouts (#12271) 2024-03-24 07:41:27 +08:00
protocol Support for getting help text from a plugin command (#12243) 2024-03-24 07:30:38 +08:00
serializers Better generic errors for plugins (and perhaps scripts) (#12236) 2024-03-21 12:27:21 +01:00
util Allow plugins to set environment variables in their caller's scope (#12204) 2024-03-15 06:45:45 -05:00
lib.rs Add test support crate for plugin developers (#12259) 2024-03-23 13:29:54 -05:00
sequence.rs Add test support crate for plugin developers (#12259) 2024-03-23 13:29:54 -05:00