mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-29 15:11:09 +02:00
lntest: add timeouts for windows
For Windows the tests run much slower so we create customized timeouts for them.
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user