lntest: add timeouts for windows

For Windows the tests run much slower so we create customized timeouts
for them.
This commit is contained in:
yyforyongyu
2024-12-04 13:44:32 +08:00
parent d7f8fa6ab6
commit 73574d919d
2 changed files with 41 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
//go:build !darwin && !kvdb_etcd && !kvdb_postgres
// +build !darwin,!kvdb_etcd,!kvdb_postgres
//go:build !darwin && !windows && !kvdb_etcd && !kvdb_postgres
// +build !darwin,!windows,!kvdb_etcd,!kvdb_postgres
package wait