mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-02-07 10:29:23 +03:00
Increase the test timeout: it seems that 5 seconds is not enough, maybe reason for tests failing.
This commit is contained in:
parent
cf65f1a4f4
commit
5fdeb382ea
@ -14,7 +14,7 @@
|
|||||||
config: {
|
config: {
|
||||||
//five seconds timeout due to problems with untrusted events (e.g. auto zoom) for non-interactive runs
|
//five seconds timeout due to problems with untrusted events (e.g. auto zoom) for non-interactive runs
|
||||||
//there is timeWatcher property but sometimes tests do not respect it, or they get stuck due to bugs
|
//there is timeWatcher property but sometimes tests do not respect it, or they get stuck due to bugs
|
||||||
testTimeout: isInteractiveMode() ? 30000 : 5000
|
testTimeout: isInteractiveMode() ? 30000 : 10000
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user