Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit00837ae

Browse files
committed
Increasing timeout for shadowcopy tests, so they work on our weak test lab machines (changeset 1286683)
1 parentf3cd398 commit00837ae

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎tests/fsharp/core/fsi-shadowcopy/test1.fsx‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ let compiled wait =
1010
if c.ExitCode=0thentrueelsefalse;;
1111

1212
// Build the library
13-
letfirst= compiled10000;;
13+
letfirst= compiled30000;;
1414

1515
//reference it will lock the assembly because FSI was started with --shadowcopyreferences-
1616
#r"Library1.dll";;
1717

18-
letnext= compiled10000;;
18+
letnext= compiled30000;;
1919

2020
//compile will fail because shadow copy is disabled
2121
if next=falsethen

‎tests/fsharp/core/fsi-shadowcopy/test2.fsx‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ let compiled wait =
1010
if c.ExitCode=0thentrueelsefalse;;
1111

1212
// Build the library
13-
letfirst= compiled10000;;
13+
letfirst= compiled30000;;
1414

1515
//reference it will not lock the assembly because FSI was started with --shadowCopyReferences+
1616
#r"Library1.dll";;
1717

18-
letnext= compiled10000;;
18+
letnext= compiled30000;;
1919

2020
//compile will succeed because shadow copy is enabled
2121
if next=truethen

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp